BluetoothRepository_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class BluetoothRepository_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(applicationProvider: Provider<Application>, bluetoothAdapterLazyProvider: Provider<BluetoothAdapter>, bluetoothBroadcastReceiverLazyProvider: Provider<BluetoothBroadcastReceiver>, dispatchersProvider: Provider<CoroutineDispatchers>, processLifecycleProvider: Provider<Lifecycle>): BluetoothRepository_Factory
Link copied to clipboard
open fun get(): BluetoothRepository
Link copied to clipboard
open fun newInstance(application: Application, bluetoothAdapterLazy: Lazy<BluetoothAdapter>, bluetoothBroadcastReceiverLazy: Lazy<BluetoothBroadcastReceiver>, dispatchers: CoroutineDispatchers, processLifecycle: Lifecycle): BluetoothRepository